From 9166b03c42864e0e4687a59d23b0b42d9c3cc3a5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Timm=20B=C3=A4der?= Date: Sun, 25 Aug 2019 15:02:57 +0200 Subject: [PATCH] fixed: Documentation clarifications --- gtk/gtkfixed.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gtk/gtkfixed.c b/gtk/gtkfixed.c index ce14141848..8049b70e43 100644 --- a/gtk/gtkfixed.c +++ b/gtk/gtkfixed.c @@ -209,7 +209,8 @@ gtk_fixed_get_child_position (GtkFixed *fixed, * gtk_fixed_set_child_transform: * @fixed: a #GtkFixed * @widget: a #GtkWidget, child of @fixed - * @transform: (nullable): the transformation assigned to @widget + * @transform: (nullable): the transformation assigned to @widget or %NULL + * to reset @widget's transform * * Sets the transformation for @widget. * @@ -240,7 +241,8 @@ gtk_fixed_set_child_transform (GtkFixed *fixed, * Retrieves the transformation for @widget set using * gtk_fixed_set_child_transform(). * - * Returns: (transfer none) (nullable): a #GskTransform + * Returns: (transfer none) (nullable): a #GskTransform or %NULL + * in case no transform has been set on @widget */ GskTransform * gtk_fixed_get_child_transform (GtkFixed *fixed, -- 2.30.2